This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
RE: JavaScript Question - Opening child window from Parent window. ~Justin Minluternivu 30.Sep.03 11:12 PM a Web browser Domino Designer 6.0.1 CF1Windows 2000
Everything is working exactly as planned. In other words, you can't do what you want to do.
BUT....
If you put another field on the "parent" document form, you can use that field to indicate that you want to create a "child". Then, in the HTML Body Attributes (a Formula area) you can put:
The openChildWindow() function is called when the just-saved document reloads in the user's browser, and that function opens a new window to create the child document.